home *** CD-ROM | disk | FTP | other *** search
/ EuroPowerPack: Stunning Windows Games / Stunning Windows Games.iso / titles_z / nedworld.zip / README < prev    next >
Text File  |  1993-07-04  |  4KB  |  95 lines

  1.                  Neural Ned in NED'S WORLD - Shareware Version 1.0
  2.                          by David S. Smiczek, Copyright 1993
  3.  
  4.  
  5.             Welcome to Neural Ned in NED'S WORLD!  This is an
  6.             educational game that runs on Microsoft Windows 3.X.  It
  7.             uses a neural network to train a little critter (NED) to run
  8.             about in his world (NED'S WORLD).  The better you train him,
  9.             the longer he lives. The trained neural networks can be
  10.             saved for trading or competition.  A licensed version of
  11.             this game comes with C-source code to the neural network
  12.             routines and illustrated printed documentation.  The order
  13.             form can be found in the file ORDERFRM.DOC and it is
  14.             explained in NEDWORLD.DOC.  This file contains the file
  15.             list, installation and document printing instructions.
  16.  
  17.  
  18.             File List:
  19.  
  20.                 README       - This file.
  21.                 EXAMPLE.BRN  - An example brain file (saved neural net).
  22.                 NEDCALC.DLL  - Dynamic link library, required by game.
  23.                 VBRUN200.DLL - Dynamic link library, required by game.
  24.                 NEDWORLD.DOC - Documentation for game.
  25.                 ORDERFRM.DOC - Form to order a licensed version of
  26.                                 Neural Ned in NED'S WORLD.
  27.                 NEDWORLD.EXE - Neural Ned in NED'S WORLD Windows 3.X
  28.                                 executable.
  29.                 NEDWORLD.SCR - High scores file. (created by Game)
  30.                 CMDIALOG.VBX - Run time tool, required by game.
  31.                 GRID.VBX     - Run time tool, required by game.
  32.                 THREED.VBX   - Run time tool, required by game.
  33.  
  34.  
  35.             Installation:
  36.  
  37.             This software package does not have an installation program.
  38.             This was intentional.  A common complaint with Windows 3.X
  39.             is that it is difficult to un-install a software package.
  40.             To not add to this problem I am going to allow you the user,
  41.             to keep everything in one directory where you can easily
  42.             remove it.  Except for the conditions described in 'Short on
  43.             disk space?' at the end of this file, keep all of the files
  44.             in this software package together in one directory.
  45.  
  46.                1. Create a directory on your hard drive to keep Neural
  47.                   Ned in NED'S WORLD. For example lets use a directory
  48.                   called 'NEDWORLD' in the root directory of drive 'C:':
  49.  
  50.                      C:
  51.                      cd \
  52.                      mkdir nedworld
  53.  
  54.  
  55.  
  56.  
  57.  
  58.                2. Copy all of the files listed above to the new
  59.                   directory. For example if the files were on a:
  60.  
  61.                      copy a:\*.* C:\NEDWORLD
  62.  
  63.                3. Add Neural Ned in NED'S WORLD to your 'GAMES' Windows
  64.                   group.  Open your 'GAMES' Windows group by double
  65.                   clicking on it.  From the 'File' menu of Program
  66.                   Manager, choose 'New' and 'Program Item'.  In the
  67.                   'Command Line' box type 'C:\NEDWORLD\NEDWORLD.EXE'.
  68.                   Click on the 'OK' button.  The green NED icon should
  69.                   appear in the 'GAMES' Windows group.
  70.  
  71.  
  72.             Short on disk space?
  73.  
  74.                The files that came with the software package with the
  75.                'VBX' and 'DLL' extensions may be common to other Windows
  76.                programs you have.  If there are more then 1 copies of
  77.                any of these files on your hard drive, then place 1 copy
  78.                in your \WINDOWS\SYSTEM directory and delete all of the
  79.                rest.
  80.  
  81.  
  82.             Printing documentation:
  83.  
  84.                The document files are preformatted text files.  They can
  85.                be copied directly to the printer.  For example, the main
  86.                document can be printed by doing the following from the
  87.                NEDWORLD directory.
  88.  
  89.                   copy NEDWORLD.DOC PRN
  90.  
  91.  
  92.  
  93.             Microsoft Windows 3.X is a trademark of the Microsoft
  94.             Corporation.
  95.